home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / c / md5.readme < prev    next >
Encoding:
Text File  |  1999-09-06  |  1.1 KB  |  30 lines

  1. Short:    MD5 message-digest algorithm + test program
  2. Author:   (unknown)
  3. Uploader: ARK@News.wwbnet.de
  4. Type:     dev/c
  5.  
  6. /*
  7.  * This code implements the MD5 message-digest algorithm.  To compute
  8.  * the message digest of a chunk of bytes, declare an MD5Context
  9.  * structure, pass it to MD5Init, call MD5Update as needed on
  10.  * buffers full of bytes, and then call MD5Final, which will fill a
  11.  * supplied 16-byte array with the digest.
  12.  *
  13.  * Equivalent code is available from RSA Data Security, Inc.  This code
  14.  * has been tested against that, and is equivalent, except that you
  15.  * don't need to include two pages of legalese with every copy.
  16.  */
  17.  
  18.  source: www.freedos.org
  19.  
  20.  
  21. ============================= Archive contents =============================
  22.  
  23. Original  Packed Ratio    Date     Time    Name
  24. -------- ------- ----- --------- --------  -------------
  25.     7584    2597 65.7% 08-Nov-93 06:10:02 +MD52.C
  26.      341     178 47.8% 08-Nov-93 06:10:02 +MD52.H
  27.     3864     951 75.3% 08-Nov-93 06:10:02 +MD5TEST.C
  28. -------- ------- ----- --------- --------
  29.    11789    3726 68.3% 12-Jul-99 04:43:06   3 files
  30.